Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes: #5002 - individual list, given names starting with di-graphs not included #5013

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

arbor95
Copy link
Contributor

@arbor95 arbor95 commented Jul 26, 2024

* setting correct title
* Solution for issue fisharebest#5002
Copy link

codecov bot commented Jul 26, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.

Project coverage is 33.85%. Comparing base (fab86cd) to head (6c816d8).
Report is 3 commits behind head on main.

Files Patch % Lines
app/Module/AbstractIndividualListModule.php 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5013      +/-   ##
============================================
- Coverage     33.85%   33.85%   -0.01%     
  Complexity    11400    11400              
============================================
  Files          1178     1178              
  Lines         47561    47562       +1     
============================================
  Hits          16103    16103              
- Misses        31458    31459       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -383,7 +383,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface

if ($surname !== '' || $show_all === 'yes') {
if ($show_all !== 'yes') {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are changing this, then should we also remove the if { .. } around it?

When showing all surnames, we also want to have this new title?

Copy link
Contributor Author

@arbor95 arbor95 Aug 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove { } of foreach (?with break) seems not to be possible,

* Show first names title on selected all surnames.
* removed braces
@fisharebest fisharebest changed the title solving issue #5002 Fixes: #5002 - individual list, given names starting with di-graphs not included Aug 7, 2024
@fisharebest fisharebest merged commit fd15e70 into fisharebest:main Aug 7, 2024
10 of 13 checks passed
@fisharebest
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants